golang.org/x/tools/internal/gcimporter.iexporter.localpkg (field)

8 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L368: 		p.localpkg = pkgs[0]
		iexport.go#L521: 	if w.p.localpkg != nil {
		iexport.go#L522: 		pkgObjs[w.p.localpkg] = nil
		iexport.go#L577: 	localpkg   *types.Package      // (nil in bundle mode)
		iexport.go#L670: 	if p.shallow && obj.Pkg() != p.localpkg {
		iexport.go#L693: 	if pkg == w.p.localpkg {
		iexport.go#L1092: 				fieldPkg = w.p.localpkg
		iexport.go#L1182: 	if obj.Pkg() == nil || obj.Pkg() == w.p.localpkg {